David J. MacKenzie [Tue, 6 Jul 1993 23:07:30 +0000 (23:07 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 6 Jul 1993 22:39:56 +0000 (22:39 +0000)]
(rmail-variables): Compare truename as well as given name
against rmail-file-name.
Richard M. Stallman [Tue, 6 Jul 1993 22:07:27 +0000 (22:07 +0000)]
(Man-mode-line-format): Add a space after global-mode-string.
Jim Blandy [Tue, 6 Jul 1993 16:07:30 +0000 (16:07 +0000)]
* b2m.c: #include <sys/types.h>.
(ltoday): Declare this to be time_t.
Jim Blandy [Tue, 6 Jul 1993 14:55:20 +0000 (14:55 +0000)]
* textprop.c (copy_text_properties): Pass a copy of POS to
validate_interval_range; that function increments its arguments,
which isn't what we want.
* intervals.c (find_interval): Consistently treat POSITION as an
actual buffer position, i.e. origin 1. The old code seemed
undecided on this point. Treat the end of the buffer as being
part of the rightmost interval.
(adjust_intervals_for_insertion): Consistently treat POSITION as
origin 1.
(interval_deletion_adjustment): The exception: FROM should be
origin zero here. Consistently treat it as such. Simplify code
which shrinks and possibly deletes intervals.
(adjust_intervals_for_deletion): Treat start as origin 1; our
caller does.
(set_point): Use buffer positions throughout, not a mix of buffer
posns and origin zero posns.
(get_local_map): Remove special case for POSITION at end of buffer;
find_interval handles that case correctly.
(verify_interval_modification): Remove special case for START at
end of buffer.
* textprop.c (validate_interval_range): End-of-buffer/string
positions no longer need special handling.
* textprop.c (copy_text_properties): New function, from David
Gillespie.
* intervals.h: Declare copy_text_properties.
* fns.c: #include "intervals.h".
(Fsubstring): Copy text properties to result string.
(concat): Copy text properties to result string.
* ymakefile (fns.o): Note that this depends on INTERVAL_SRC.
Jim Blandy [Tue, 6 Jul 1993 14:54:28 +0000 (14:54 +0000)]
* textprop.c (copy_text_properties): New function, from David
Gillespie.
* intervals.h: Declare copy_text_properties.
* fns.c: #include "intervals.h".
(Fsubstring): Copy text properties to result string.
(concat): Copy text properties to result string.
* ymakefile (fns.o): Note that this depends on INTERVAL_SRC.
Jim Blandy [Tue, 6 Jul 1993 14:53:54 +0000 (14:53 +0000)]
* intervals.c (find_interval): Doc fixes, computation of
tree->position rearranged for clarity.
* intervals.c (find_interval): Consistently treat POSITION as an
actual buffer position, i.e. origin 1. The old code seemed
undecided on this point. Treat the end of the buffer as being
part of the rightmost interval.
(adjust_intervals_for_insertion): Consistently treat POSITION as
origin 1.
(interval_deletion_adjustment): The exception: FROM should be
origin zero here. Consistently treat it as such. Simplify code
which shrinks and possibly deletes intervals.
(adjust_intervals_for_deletion): Treat start as origin 1; our
caller does.
(set_point): Use buffer positions throughout, not a mix of buffer
posns and origin zero posns.
(get_local_map): Remove special case for POSITION at end of buffer;
find_interval handles that case correctly.
(verify_interval_modification): Remove special case for START at
end of buffer.
* textprop.c (validate_interval_range): End-of-buffer/string
positions no longer need special handling.
* intervals.c (make_new_interval): #if 0 this out. Nobody calls it.
Jim Blandy [Tue, 6 Jul 1993 14:43:32 +0000 (14:43 +0000)]
* fns.c (Fsubstring, concat): Pass all six arguments to
copy_text_properties.
* textprop.c (copy_text_properties): New function, from David
Gillespie.
* intervals.h: Declare copy_text_properties.
* fns.c: #include "intervals.h".
(Fsubstring): Copy text properties to result string.
(concat): Copy text properties to result string.
* ymakefile (fns.o): Note that this depends on INTERVAL_SRC.
Jim Blandy [Tue, 6 Jul 1993 07:44:36 +0000 (07:44 +0000)]
* print.c: Get rid of extra space at the end of print syntax for
strings with intervals.
[USE_TEXT_PROPERTIES] (print): Don't print a space before the
interval property lists.
[USE_TEXT_PROPERTIES] (print_interval): Print a space before this
internal's properties, not after.
Jim Blandy [Tue, 6 Jul 1993 06:59:31 +0000 (06:59 +0000)]
* man.el (Man-build-man-command): Don't leave a pipe symbol at the
end of the command list if Man-filter-list is nil.
(Man-default-man-args): Don't write out assq and mapconcat.
(Man-default-man-entry): Don't default to section 2 for C-mode.
Call Man-default-man-args, and let people use
Man-auto-section-alist if this is what they want.
(manual-entry): Call Man-translate-references, instead of writing
it out.
(Man-getpage-in-background): Don't apply Man-default-man-args
here; manual-entry has already run it, and
Man-follow-manual-reference provides the sections itself.
Jim Blandy [Tue, 6 Jul 1993 06:57:49 +0000 (06:57 +0000)]
* m/pmax.h (C_SWITCH_X_MACHINE): Set this to
"-DNeedFunctionPrototypes=0", to avoid lossage in DEC X11 header
files.
* ymakefile (really-oldXMenu): Pass C_SWITCH_X_MACHINE to the
oldXMenu make.
Jim Blandy [Tue, 6 Jul 1993 06:18:50 +0000 (06:18 +0000)]
* vc.el (vc-start-entry): Don't call file-name-nondirectory on
FILE before passing it to vc-mode-line. Everyplace else passes
vc-mode-line full filenames, and vc-mode-line now needs the real
file name to decide which version-control system the file is under.
Jim Blandy [Tue, 6 Jul 1993 06:16:20 +0000 (06:16 +0000)]
* doc.c (Fsubstitute_command_keys): Pass all five arguments to
describe_map_tree.
Jim Blandy [Tue, 6 Jul 1993 02:23:22 +0000 (02:23 +0000)]
Compare the values of text properties using EQ, not Fequal.
* intervals.c (intervals_equal): Call EQ, not Fequal.
* textprop.c (interval_has_all_properties, add_properties): Same.
Jim Blandy [Mon, 5 Jul 1993 09:31:36 +0000 (09:31 +0000)]
* xfaces.c [XOS_NEEDS_TIME_H]: #undef USG while #including
<X11/Xos.h>, so that file doesn't try to define struct timeval and
struct timezone.
Jim Blandy [Mon, 5 Jul 1993 08:13:50 +0000 (08:13 +0000)]
* textprop.c (validate_interval_range): Don't increment both
*begin and *end if they point to the same thing.
(validate_plist): Call QUIT while scanning LIST.
Jim Blandy [Mon, 5 Jul 1993 07:57:34 +0000 (07:57 +0000)]
* intervals.c (intervals_equal): Test the return value of Fequal
against Qnil, not 0.
Jim Blandy [Mon, 5 Jul 1993 07:45:43 +0000 (07:45 +0000)]
Fix initialization of Vdouble_click_time in syms_of_keyboard.
Jim Blandy [Mon, 5 Jul 1993 07:18:24 +0000 (07:18 +0000)]
* keyboard.c (Vdouble_click_time): Renamed from double_click_time,
and made a Lisp_Object instead of an int.
(make_lispy_event): If Vdouble_click_time is t, impose no time
limit on double-clicks.
(syms_of_keyboard): DEFVAR_LISP (not DEFVAR_INT)
Vdouble_click_time (not double_click_time), and adjust doc string
to say that `nil' means no double clicks, and `t' means no time
limit.
Jim Blandy [Mon, 5 Jul 1993 04:50:16 +0000 (04:50 +0000)]
* map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
save it until we're done asking questions, and then unread it.
Jim Blandy [Mon, 5 Jul 1993 04:33:42 +0000 (04:33 +0000)]
* subr.el (posn-point): Properly extract the BUFFER-POSITION field
of an event when read-key-sequence has placed it in a singleton
list.
Jim Blandy [Mon, 5 Jul 1993 04:26:30 +0000 (04:26 +0000)]
* keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): New
accessors.
Paul Eggert [Mon, 5 Jul 1993 03:20:12 +0000 (03:20 +0000)]
(vc-name): Moved from vc.el; vc-rcs-status now uses it.
(vc-name, vc-backend-deduce): Set both vc-name and vc-backend
properties, to avoid calling vc-registered unnecessarily when
the other property is needed.
(vc-rcs-status): Yield only status of locks; do not try to yield " REV"
if there are no locks, since this cannot be done easily if there are
branches. Use vc-name instead of duplicating its function incorrectly.
Fix off-by-one bug when inserting master header pieces. Read headers
8192 bytes at a time instead of 100. Don't bother to expand-file-name.
(vc-rcs-glean-field): Removed.
Paul Eggert [Mon, 5 Jul 1993 03:20:12 +0000 (03:20 +0000)]
(vc-name): Move to vc-hooks.el.
Richard M. Stallman [Sun, 4 Jul 1993 21:44:25 +0000 (21:44 +0000)]
(outline-mode-map): Add menu bar items.
(outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
Richard M. Stallman [Sun, 4 Jul 1993 21:30:15 +0000 (21:30 +0000)]
(describe-key-briefly): Don't set `foo'.
Jim Blandy [Sun, 4 Jul 1993 21:02:21 +0000 (21:02 +0000)]
* comint.el (comint-prompt-regexp): Double the backslashes in the
sample prompt regexps, so that they print properly when unquoted.
Jim Blandy [Sun, 4 Jul 1993 20:03:20 +0000 (20:03 +0000)]
Doc fix.
Jim Blandy [Sun, 4 Jul 1993 20:01:21 +0000 (20:01 +0000)]
* s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
only needed for some broken systems.
Richard M. Stallman [Sun, 4 Jul 1993 18:55:54 +0000 (18:55 +0000)]
(describe-prefix-bindings): Doc fix.
Paul Eggert [Sun, 4 Jul 1993 18:54:59 +0000 (18:54 +0000)]
(vc-backend-diff): Undo "-q" change. This was fixed instead by adding
-q support to vcdiff.
Richard M. Stallman [Sun, 4 Jul 1993 18:53:24 +0000 (18:53 +0000)]
(describe-prefix-bindings): New command.
(prefix-help-command): Set it.
Richard M. Stallman [Sun, 4 Jul 1993 17:56:40 +0000 (17:56 +0000)]
(forms-new-record-filter): Correct default value.
(forms-modified-record-filter): Correct default value.
Richard M. Stallman [Sun, 4 Jul 1993 17:56:02 +0000 (17:56 +0000)]
Added a keyword.
Jim Blandy [Sun, 4 Jul 1993 17:52:52 +0000 (17:52 +0000)]
*** empty log message ***
Jim Blandy [Sun, 4 Jul 1993 17:41:56 +0000 (17:41 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 4 Jul 1993 04:55:03 +0000 (04:55 +0000)]
(Vmark_even_if_inactive): New var, with Lisp variable.
(check_mark): Use it.
Richard M. Stallman [Sun, 4 Jul 1993 04:53:58 +0000 (04:53 +0000)]
(vc-mode-line): Put `RCS' or `SCCS' before version num.
Richard M. Stallman [Sun, 4 Jul 1993 04:51:13 +0000 (04:51 +0000)]
(Fsignal): Clarify error message.
Richard M. Stallman [Sun, 4 Jul 1993 02:21:02 +0000 (02:21 +0000)]
(read_char): After Fgarbage_collect, call redisplay.
(read_key_sequence): When inserting `menu-bar' prefix,
modify the position field to prevent doing so twice.
Do all these forms of event expansion after replayed events also.
Set last_real_key_start before each key.
Use last_real_key_start in criterion for being the first event.
(syms_of_keyboard): Doc fix.
(Vhelp_char): Renamed from help_char.
(Vprefix_help_command): New Lisp variable.
(read_key_sequence): Use that, for help char after prefix key.
(kbd_buffer_get_event): Clear f before calling mouse_position_hook.
Jim Blandy [Sun, 4 Jul 1993 02:20:59 +0000 (02:20 +0000)]
* frame.el (frame-remove-geometry-params): New function.
(frame-initialize): Call it, instead of writing it out.
Jim Blandy [Sun, 4 Jul 1993 01:53:24 +0000 (01:53 +0000)]
* frame.c (Fredirect_frame_focus): Allow redirection of focus of
dead frames.
Jim Blandy [Sun, 4 Jul 1993 01:46:30 +0000 (01:46 +0000)]
* faces.el (make-face-bold, make-face-italic,
make-face-bold-italic, make-face-unbold, make-face-unitalic):
Properly pass noerror argument to recursive calls.
Jim Blandy [Sat, 3 Jul 1993 21:11:51 +0000 (21:11 +0000)]
* s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
versions of gethostbyname and such that use the DNS.
Richard M. Stallman [Sat, 3 Jul 1993 19:12:35 +0000 (19:12 +0000)]
(kill-region): Cope with change hooks that change props.
Jim Blandy [Sat, 3 Jul 1993 10:17:56 +0000 (10:17 +0000)]
* term/x-win.el: Check the reverseVideo/ReverseVideo resource,
correctly distinguish between "on" and "off" values, and put a
parameter in default-frame-alist.
* frame.el (frame-initialize): Don't call x-get-resource here.
Roland McGrath [Sat, 3 Jul 1993 07:22:04 +0000 (07:22 +0000)]
(update-file-autoloads): Do nothing when there are no cookies.
Jim Blandy [Sat, 3 Jul 1993 07:19:24 +0000 (07:19 +0000)]
* s/hpux8.h (random, srandom): No need to define these to be
foo_random and foo_srandom; autoconf should autodetect when the
real random functions are available.
Roland McGrath [Sat, 3 Jul 1993 06:58:05 +0000 (06:58 +0000)]
(Frename_file): After prompting for ok-if-already-exists, pass only nil or
t to copy-file, never an integer.
Richard M. Stallman [Sat, 3 Jul 1993 03:58:10 +0000 (03:58 +0000)]
(Faccessible_keymaps): Doc fix.
Jim Blandy [Fri, 2 Jul 1993 23:05:25 +0000 (23:05 +0000)]
* mouse.el (mouse-drag-region): Correctly handle drags which enter
other frames.
Jim Blandy [Fri, 2 Jul 1993 22:50:40 +0000 (22:50 +0000)]
* textprop.c (set_properties): Add undo records to remove entirely
new properties. Only record old property values for those
properties whose values have changed.
* textprop.c (set_properties): Don't try to make undo records if
OBJECT is a string.
Richard M. Stallman [Fri, 2 Jul 1993 21:46:42 +0000 (21:46 +0000)]
(vc-path): New variable.
(vc-do-command): Use vc-path.
Richard M. Stallman [Fri, 2 Jul 1993 21:37:09 +0000 (21:37 +0000)]
(menu-bar-edit-menu): Rename menu item to
Choose Next Paste. Create this item along with all the others.
Richard M. Stallman [Fri, 2 Jul 1993 21:34:15 +0000 (21:34 +0000)]
(isearch-other-meta-char): Handle sequences
containing mouse clicks in scroll-bar that used another buffer's map.
Jim Blandy [Fri, 2 Jul 1993 20:07:55 +0000 (20:07 +0000)]
* vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
rcsdiff.
Roland McGrath [Fri, 2 Jul 1993 18:31:59 +0000 (18:31 +0000)]
Put mouse-menu-choose-yank binding after paste=>yank binding in menu.
Richard M. Stallman [Fri, 2 Jul 1993 17:46:43 +0000 (17:46 +0000)]
(byte-compile-keep-pending): Handle fset like defalias.
(byte-compile-file-form-defmumble): Fix backward if in prev change.
Richard M. Stallman [Fri, 2 Jul 1993 05:43:43 +0000 (05:43 +0000)]
(wait_reading_process_input): Do include the keyboard
in the select, if read_kbd was a cons cell.
Richard M. Stallman [Fri, 2 Jul 1993 05:21:05 +0000 (05:21 +0000)]
(describe_map_tree): Insert key_heading here.
New arg TITLE.
(describe_buffer_bindings): Corresponding changes.
(shadow_lookup): New function.
(describe_map_2): Call it. SHADOW is now a list of maps.
(describe_vector): Likewise.
(describe_map): SHADOW is now a list of maps.
(describe_map_tree): Likewise.
(describe_buffer_bindings): Build suitable list to pass as SHADOW.
(Faccessible_keymaps): New arg PREFIX. Callers changed.
(describe_map_tree): New arg PREFIX.
(Fdescribe_bindings): New arg PREFIX.
Pass to describe_buffer_bindings along with buffer.
(describe_buffer_bindings): Extract PREFIX and pass along.
Jim Blandy [Fri, 2 Jul 1993 04:00:38 +0000 (04:00 +0000)]
* xterm.c (XTread_socket): When handing non-synthetic
ConfigureNotify events, don't refer to the parent window
descriptor.
Jim Blandy [Fri, 2 Jul 1993 00:15:07 +0000 (00:15 +0000)]
* dired-aux.el (dired-diff): Work even when the mark is inactive.
Richard M. Stallman [Thu, 1 Jul 1993 23:35:51 +0000 (23:35 +0000)]
(mail-send): Don't test buffer-modified-p if buffer is visiting a file.
Richard M. Stallman [Thu, 1 Jul 1993 22:13:28 +0000 (22:13 +0000)]
(byte-compile-file-form-defmumble):
If byte-compile-compatibility, use fset, not defalias.
Jim Blandy [Thu, 1 Jul 1993 20:34:13 +0000 (20:34 +0000)]
* simple.el: Add bindings to function-key-map so that the keypad
keys act like ordinary self-insertion keys, unless explicitly bound.
Richard M. Stallman [Thu, 1 Jul 1993 20:33:56 +0000 (20:33 +0000)]
(set-visited-file-name): Rename auto-save file only if it exists.
Richard M. Stallman [Thu, 1 Jul 1993 20:25:42 +0000 (20:25 +0000)]
(build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'.
Richard M. Stallman [Thu, 1 Jul 1993 18:39:58 +0000 (18:39 +0000)]
(set-visited-file-name): Rename the old auto save file.
Jim Blandy [Thu, 1 Jul 1993 04:04:32 +0000 (04:04 +0000)]
* xterm.c (frame_highlight, frame_unhighlight): Don't test
Vx_no_window_manager. BLOCK_INPUT around the border manipulation
calls.
Roland McGrath [Thu, 1 Jul 1993 03:31:58 +0000 (03:31 +0000)]
(mouse-menu-choose-yank): Just return when x-popup-menu returns nil.
Add menu-enable property to this function.
Richard M. Stallman [Wed, 30 Jun 1993 22:37:30 +0000 (22:37 +0000)]
Add e-mail address and version info.
Adjust commentary and doc strings.
(forms-mode): Add ###autoload.
(forms-find-file): Add ###autoload.
(forms-find-file-other-window): Add ###autoload.
Richard M. Stallman [Wed, 30 Jun 1993 22:03:15 +0000 (22:03 +0000)]
(compile-abbreviate-directory): New function.
(compilation-parse-errors): Use that, to visit files with a dirname
more like the one the user specified.
Paul Eggert [Wed, 30 Jun 1993 21:35:59 +0000 (21:35 +0000)]
(vc-update-change-log): Ensure that file names inserted into a ChangeLog
are relative to that ChangeLog.
Jim Blandy [Wed, 30 Jun 1993 21:35:22 +0000 (21:35 +0000)]
* xterm.c (XTread_socket): Initialize event_found to zero, and
pass a zeroed timeout to select, not a null pointer; the latter
means "wait forever".
Jim Blandy [Wed, 30 Jun 1993 21:30:25 +0000 (21:30 +0000)]
* xdisp.c (redisplay): If we're not already showing the region,
then don't disable the single-line optimizations just because the
mark isn't where we last displayed it.
Richard M. Stallman [Wed, 30 Jun 1993 20:58:28 +0000 (20:58 +0000)]
(mark-even-if-inactive): New variable.
(mark): Test it.
Richard M. Stallman [Wed, 30 Jun 1993 20:18:30 +0000 (20:18 +0000)]
(check_memory_limits): Use unsigned long to hold memory size values.
Roland McGrath [Wed, 30 Jun 1993 19:19:42 +0000 (19:19 +0000)]
Recognize `gnu' as a valid operating system. Sheesh.
Paul Eggert [Wed, 30 Jun 1993 18:54:08 +0000 (18:54 +0000)]
Add -q option.
Richard M. Stallman [Wed, 30 Jun 1993 17:51:16 +0000 (17:51 +0000)]
(PRIO_PROCESS): Definition deleted.
Richard M. Stallman [Wed, 30 Jun 1993 16:44:35 +0000 (16:44 +0000)]
Doc fixes.
Jim Blandy [Wed, 30 Jun 1993 06:27:30 +0000 (06:27 +0000)]
* gud.el: Add history lists to the debugging commands, so we don't
have to retype the filename every invocation.
(gud-gdb-history, gud-sdb-history, gud-dbx-history,
gud-xdb-history): New variables.
(gdb, sdb, dbx, xdb): Use them when reading the argument string.
Jim Blandy [Wed, 30 Jun 1993 04:56:29 +0000 (04:56 +0000)]
* keyboard.c (kbd_buffer_get_event): Correctly generate
switch-frame events when reading mouse motion events.
Jim Blandy [Wed, 30 Jun 1993 04:47:37 +0000 (04:47 +0000)]
* mouse.el (mouse-drag-region-1): Commented out.
(mouse-drag-region): Commented out, and replaced with new version,
which highlights the region as we drag.
(mouse-scroll-delay, mouse-drag-overlay): New variables.
(mouse-scroll-subr): New function.
Richard M. Stallman [Wed, 30 Jun 1993 04:36:37 +0000 (04:36 +0000)]
(define-key-after): Delete duplicate bindings that come
after the new one. Do insert when we reach the end, if haven't before.
Jim Blandy [Wed, 30 Jun 1993 04:14:08 +0000 (04:14 +0000)]
Fix typo in last change.
Jim Blandy [Tue, 29 Jun 1993 23:33:00 +0000 (23:33 +0000)]
* faces.el (global-face-data): Doc fix.
Jim Blandy [Tue, 29 Jun 1993 23:07:22 +0000 (23:07 +0000)]
* xterm.c: Add CPP tangle from process.c to get definitions for
FD_SET, etcetera.
(XTread_socket): Use those macros when testing for dropped connection.
Jim Blandy [Tue, 29 Jun 1993 23:04:11 +0000 (23:04 +0000)]
* xfns.c (Fx_create_frame): Check for internalBorder resource, as
well as internalBorderWidth.
Jim Blandy [Tue, 29 Jun 1993 23:03:21 +0000 (23:03 +0000)]
* gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
matches .newsrc lines not to match more than one line.
Jim Blandy [Tue, 29 Jun 1993 22:58:40 +0000 (22:58 +0000)]
* etags.c: #include "config.h" and the alloca CPP tangle before
#including the system headers and getopt.h. AIX requires the
#pragma to come before any actual C code.
Jim Blandy [Tue, 29 Jun 1993 22:46:26 +0000 (22:46 +0000)]
* keyboard.c (read_char): Don't do idle autosaves if we're not
interactive.
Jim Blandy [Tue, 29 Jun 1993 21:27:42 +0000 (21:27 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 29 Jun 1993 21:08:31 +0000 (21:08 +0000)]
(mark_object): Add aborts in Lisp_Symbol case.
Jim Blandy [Tue, 29 Jun 1993 18:21:12 +0000 (18:21 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 29 Jun 1993 17:08:09 +0000 (17:08 +0000)]
(insert-directory): Doc fix.
(ls-lisp-format): Provide user name when known.
On ms-dos, provide a name for the group, to be prettier.
Richard M. Stallman [Tue, 29 Jun 1993 16:53:32 +0000 (16:53 +0000)]
(wait_reading_process_input): Use SIGIO only if defined.
Richard M. Stallman [Tue, 29 Jun 1993 15:31:19 +0000 (15:31 +0000)]
Recognize -sysv* after -sysvr4.
Jim Blandy [Tue, 29 Jun 1993 04:03:22 +0000 (04:03 +0000)]
*** empty log message ***
Jim Blandy [Mon, 28 Jun 1993 23:41:38 +0000 (23:41 +0000)]
Initial revision